Autogenerated HTML docs for v1.2.2-gf3a4
diff --git a/git-svnimport.html b/git-svnimport.html index 9687673..fa31870 100644 --- a/git-svnimport.html +++ b/git-svnimport.html
@@ -276,7 +276,8 @@ [ -C <GIT_repository> ] [ -i ] [ -u ] [-l limit_rev] [ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ] [ -s start_chg ] [ -m ] [ -r ] [ -M regex ] - [ -I <ignorefile_name> ] <SVN_repository_URL> [ <path> ]</p> + [ -I <ignorefile_name> ] [ -A <author_file> ] + <SVN_repository_URL> [ <path> ]</p> </div> <h2>DESCRIPTION</h2> <div class="sectionbody"> @@ -376,6 +377,25 @@ </p> </dd> <dt> +-A <author_file> +</dt> +<dd> +<p> + Read a file with lines on the form +</p> +<div class="literalblock"> +<div class="content"> +<pre><tt>username = User's Full Name <email@addr.es></tt></pre> +</div></div> +<div class="literalblock"> +<div class="content"> +<pre><tt>and use "User's Full Name <email@addr.es>" as the GIT +author and committer for Subversion commits made by +"username". If encountering a commit made by a user not in the +list, abort.</tt></pre> +</div></div> +</dd> +<dt> -m </dt> <dd> @@ -489,7 +509,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 27-Feb-2006 07:07:04 UTC +Last updated 28-Feb-2006 00:09:53 UTC </div> </div> </body>